Add GtkPropertySelection
authorMatthias Clasen <mclasen@redhat.com>
Sat, 6 Jun 2020 13:40:04 +0000 (09:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 6 Jun 2020 15:41:51 +0000 (11:41 -0400)
commitd1509971d8e3f7a953fcce952d93ccfc4387e391
treecc0bcac5d8509136ca9ef2560e323b99d370520a
parenta0c489048a412d8611b481c127374188899f7fe8
Add GtkPropertySelection

This is a selection model that stores the selection
state in a boolean property of the items, and thus
persists across reordering and similar changes.

Fixes: #2826
docs/reference/gtk/gtk4-docs.xml
docs/reference/gtk/gtk4-sections.txt
docs/reference/gtk/gtk4.types.in
gtk/gtk.h
gtk/gtkpropertyselection.c [new file with mode: 0644]
gtk/gtkpropertyselection.h [new file with mode: 0644]
gtk/meson.build
testsuite/gtk/defaultvalue.c
testsuite/gtk/notify.c
testsuite/gtk/objects-finalize.c